home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / prntprg.com / PRNTPROG.DOC < prev    next >
Encoding:
Text File  |  1991-01-14  |  878 b   |  29 lines

  1.                          PrntProg.exe
  2.  
  3.  
  4. Author: Daniel Freeman (73330,2474)
  5. Date:   1-14-90
  6.  
  7.  
  8. This program will print out a program written in Microsoft Quick 
  9. BASIC or Microsoft Professional BASIC.  PrntProg is not anything 
  10. fancy but it will do the following:
  11.  
  12.     1.  Print the subroutine on separate pages
  13.     2.  Have text and code wrap around instead of being truncated
  14.         (At least it happens on HP Laserjets when the line > 80 
  15.         characters)
  16.     3.  Gives a table of contents list all the subroutines and 
  17.         their page number.
  18.  
  19. There are two methods for running PrntProg.  The first method is 
  20. done by typing PRNTPROG <return> and the program will prompt you 
  21. for a file name and output device.  The second method is 
  22. accomplished by type PRNTPROG filename <return> in which case the 
  23. device name will default to LPT1:
  24.  
  25.  
  26.  
  27.  
  28.  
  29.